TextPropertiesLineThroughWordMode Property

Specifies whether lining through is applied to words only or to portions of text. The defined values are: -continuous: lining is applied to words and separating spaces. -skip-white-space: lining is not applied to spaces between words.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public LineMode LineThroughWordMode { get; set; }

Property Value

LineMode

See Also